CyclicBuffer.popBack

Removes the item at the end of the buffer.

  1. void removeBack()
  2. alias popBack = removeBack
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    alias popBack = removeBack

Meta